main .index_banner img {
  width: 100%;
}
main .index_banner .swiper-slide {
  position: relative;
}
main .index_banner .swiper-button-next{
    right: 30px;
}
main .index_banner .swiper-button-prev{
    left: 30px;
}
main .index_banner .swiper .swiper-button-prev,main .index_banner .swiper .swiper-button-next{
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    color: var(--themeColor);
}
main .index_banner .swiper:hover .swiper-button-prev,main .index_banner .swiper:hover .swiper-button-next{
    opacity: 1;
    pointer-events: all;
}
.hauto{
    height: auto !important;
}
main .index_banner .swiper-slide .slide_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  /* Sweep To Right */
}
main .index_banner .swiper-slide .slide_text h1 {
  font-family: Boldss;
  margin-bottom: 30px;
  text-align: start;
}
main .index_banner .swiper-slide .slide_text button {
  margin-top: 50px;
  width: 150px;
  height: 45px;
  background: rgba(0, 51, 102, 0.8);
}
main .index_banner .swiper-slide .slide_text button a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
main .index_banner .swiper-slide .slide_text .hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
main .index_banner .swiper-slide .slide_text .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #113055;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
main .index_banner .swiper-slide .slide_text .hvr-sweep-to-right:hover a,
main .index_banner .swiper-slide .slide_text .hvr-sweep-to-right:focus a,
main .index_banner .swiper-slide .slide_text .hvr-sweep-to-right:active a {
  color: white;
}
main .index_banner .swiper-slide .slide_text .hvr-sweep-to-right:hover:before,
main .index_banner .swiper-slide .slide_text .hvr-sweep-to-right:focus:before,
main .index_banner .swiper-slide .slide_text .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
main .information {
  margin-top: 60px;
  text-align: center;
}
main .information > p {
  color: var(--themeColor);
}
main .information h6 {
  font-family: Boldss;
  margin-top: 10px;
  /*color: var(--themeColor);*/
  color: #000;
}
main .information .information_ul {
  margin-top: 20px;
  position: relative;
}
main .information .information_ul li {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
main .information .information_ul li a{
    height: 100%;
    width: 100%;
    display: block;
}
main .information .information_ul li .li_title {
  display: none;
}
@keyframes libig {
  0% {
    scale: 0.1;
  }
  100% {
    scale: 1;
  }
}
main .information .information_ul li:nth-child(4n) {
  margin-right: 0;
}
main .information .information_ul li:hover img {
  scale: 1.2;
}
main .information .information_ul li:hover .li_title {
  background: rgba(0, 0, 0, 0.7);
}
main .information .information_ul li:hover .li_deicpit{
  padding-top: 100%;
  background: linear-gradient(rgba(0, 51, 102, 0), rgba(0, 51, 102, 0.4), rgba(0, 51, 102, 0.8));
}
main .information .information_ul li:hover .li_deicpit .a{
    bottom: calc(50% - 20px);
    transform: translateY(50%);
}
main .information .information_ul li img {
  transition: all 0.5s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
main .information .information_ul li .li_deicpit {
  position: absolute;
  color: #fff;
}
main .information .information_ul li .li_title {
  transition: all 0.5s;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 7px 15px;
}
main .information .information_ul li .li_deicpit {
  transition: all 0.5s;
  width: 100%;
  bottom: 0;
  padding-top: 100px;
  text-align: start;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
main .information .information_ul li .li_deicpit .a{
  transition: all 0.5s;
  display: block;
  padding: 20px;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;bottom: 0;
}
main .information .information_ul li .li_deicpit p {
  transition: all 0.5s;
  font-family: Mediumss;
  margin-top: 12px;
}
main .news {
  margin-top: 100px;
  margin-bottom: 150px;
  text-align: center;
}
main .news p {
  color: var(--themeColor);
}
main .news > h6 {
  font-family: Boldss;
  margin-top: 10px;
  /*color: var(--themeColor);*/
  color: #000;
  transition: all 0.5s;
}
main .news .news_ul {
  margin-top: 20px;
}
main .news .news_ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all 0.5s;
  text-align: start;
  /* Sweep To Right */
}
main .news .news_ul li:hover img {
  transition: all 0.5s;
  transform: scaleX(1.05);
}
main .news .news_ul li:hover .new_li > h6 a {
  color: var(--themeColor);
}
main .news .news_ul li .new_li > h6 a {
  color: #333;
  cursor: pointer;
}
main .news .news_ul li:last-of-type {
  margin-right: 0;
}
main .news .news_ul li img {
  width: 100%;
}
main .news .news_ul li > p {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 5px;
}
main .news .news_ul li .new_li {
  transition: all 0.5s;
  text-align: start;
  padding: 20px 0;
}
main .news .news_ul li .new_li > h6 {
  text-align: start;
  font-family: Boldss;
  font-weight: normal;
  margin-bottom: 12px;
  transition: all 0.5s;
}
main .news .news_ul li .new_li p {
  color: rgba(0, 0, 0, 1);
  -webkit-line-clamp:2 !important;
}
main .news .news_ul li .new_li div {
  color: #6A6F76;
}
main .news .news_ul li .new_li div span {
  position: relative;
  margin-right: 8px;
}
main .news .news_ul li .new_li div span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background: #6A6F76;
  right: -4px;
}
main .news .news_ul li .new_li div span:last-of-type::before {
  content: "";
  width: 0;
}
main .news .news_ul li .btn {
  width: 140px;
  padding: 15px 0;
  opacity: 1;
  background: rgba(0, 51, 102, 0.8);
}
main .news .news_ul li .btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
main .news .news_ul li .hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
main .news .news_ul li .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #113055;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
main .news .news_ul li .hvr-sweep-to-right:hover a,
main .news .news_ul li .hvr-sweep-to-right:focus a,
main .news .news_ul li .hvr-sweep-to-right:active a {
  color: white;
}
main .news .news_ul li .hvr-sweep-to-right:hover:before,
main .news .news_ul li .hvr-sweep-to-right:focus:before,
main .news .news_ul li .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (max-width: 1280px) {
  main .index_banner .swiper-slide .slide_text h1 {
    font-size: 30px;
  }
  main .information .information_ul li .li_deicpit p {
    font-size: 13px;
  }
  main .information .information_ul li .li_deicpit span {
    font-size: 12px;
  }
  main .information .information_ul li .li_title {
    font-size: 14px;
  }
  main .news .news_ul li img {
    width: 100%;
  }
  main .news .news_ul li .new_li {
    padding: 20px;
    padding-top: 10px;
  }
  main .news .news_ul li .new_li h6 {
    font-size: 16px;
  }
  main .news .news_ul li .new_li p {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  main .index_banner .swiper-slide .slide_text button {
    margin-top: 30px;
  }
  main .information .information_ul li .li_deicpit {
    padding: 10px;
  }
  main .information .information_ul li .li_deicpit span {
    display: none;
  }
  main .news .news_ul li > p {
    left: 5px;
  }
}
@media screen and (max-width: 820px) {
  main .information .information_ul li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  main .information .information_ul li .li_deicpit span {
    display: block;
    font-size: 20px;
  }
  main .information .information_ul li .li_deicpit p {
    font-size: 24px;
  }
  main .information .information_ul li .li_title {
    font-size: 20px;
  }
  main .news {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  main .news .news_ul {
    flex-wrap: wrap;
  }
  main .news .news_ul li {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  main .news .news_ul li img {
    width: 50%;
  }
  main .news .news_ul li .new_li {
    width: 50%;
  }
  main .news .news_ul li .new_li h6 {
    font-size: 18px;
  }
  main .news .news_ul li .new_li p {
    font-size: 12px;
    height: auto;
  }
  main .news .btn button {
    padding: 10px 0;
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  main .index_banner .swiper-slide .slide_text h1 {
    font-size: 20px;
  }
  main .index_banner .swiper .swiper-button-prev, main .index_banner .swiper .swiper-button-next{
      display: none;
  }
  main .index_banner .swiper-slide .slide_text button {
    margin-top: 20px;
    width: 110px;
    height: 32px;
  }
  main .information .information_ul li .li_title {
    font-size: 12px;
  }
  main .information .information_ul li .li_deicpit p {
    font-size: 14px;
  }
  main .information .information_ul li .li_deicpit span {
    font-size: 16px;
  }
  main .news .news_ul li {
    flex-direction: column;
  }
  main .news .news_ul li img {
    width: 100%;
  }
  main .news .news_ul li .new_li {
    width: 100%;
  }
  main .news .btn button {
    padding: 5px 0;
    width: 90px;
  }
  main .news .btn button {
    border-color: rgba(0, 51, 102, 0.1);
    margin-top: 25px;
  }
  main .news .btn {
    margin-bottom: 60px;
  }
}
